(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 10.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 81196, 1752] NotebookOptionsPosition[ 71100, 1632] NotebookOutlinePosition[ 71551, 1649] CellTagsIndexPosition[ 71508, 1646] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ "Quadratura", " ", "de", " ", "f", " ", "composta", " ", "de", " ", "Simpson"}], ",", RowBox[{ RowBox[{ "usando", " ", "particao", " ", "uniforme", " ", "em", " ", "n", " ", "subintervalos", " ", RowBox[{"de", " ", "[", RowBox[{"a", ",", "b"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"precisao", " ", "casas", " ", RowBox[{"decimais", ":", " ", "prec"}]}]}]}], " ", "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ RowBox[{"f", "[", "x_", "]"}], ":=", RowBox[{"Sin", "[", "x", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"a", "=", "0"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"b", "=", "Pi"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Nmax", "=", "100"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"prec", "=", "10"}], ";"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"S", "[", RowBox[{"j_", ",", "m_"}], "]"}], ":=", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{"b", "-", "a"}], ")"}], "/", RowBox[{"(", RowBox[{"6", "m"}], ")"}]}], RowBox[{"(", RowBox[{ RowBox[{"f", "[", RowBox[{ RowBox[{"(", RowBox[{"b", "-", "a"}], ")"}], " ", RowBox[{"j", "/", "m"}]}], " ", "]"}], "+", RowBox[{"4", " ", RowBox[{"f", "[", RowBox[{ RowBox[{"(", RowBox[{"b", "-", "a"}], ")"}], RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"2", "j"}], "+", "1"}], ")"}], "/", RowBox[{"(", RowBox[{"2", "m"}], ")"}]}]}], " ", "]"}]}], "+", RowBox[{"f", "[", RowBox[{ RowBox[{"(", RowBox[{"b", "-", "a"}], ")"}], RowBox[{ RowBox[{"(", RowBox[{"j", "+", "1"}], ")"}], "/", "m"}]}], " ", "]"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";"}], " ", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"n", "=", "1"}], ",", RowBox[{"n", "\[LessEqual]", "Nmax"}], ",", RowBox[{"n", "++"}], ",", "\[IndentingNewLine]", RowBox[{"Print", "[", RowBox[{"n", ",", "\"\< \>\"", ",", "\[IndentingNewLine]", RowBox[{"N", "[", " ", RowBox[{ RowBox[{"Sum", "[", RowBox[{ RowBox[{"S", "[", RowBox[{"i", ",", "n"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "0", ",", RowBox[{"n", "-", "1"}]}], "}"}]}], "]"}], ",", "prec"}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";"}]}]}]], "Input", CellChangeTimes->{{3.7634517611315503`*^9, 3.76345179316424*^9}, { 3.7634518416679354`*^9, 3.7634518434519234`*^9}, {3.7634519298613825`*^9, 3.7634520504866257`*^9}, {3.7634521334367332`*^9, 3.763452144526597*^9}, { 3.7634522334574475`*^9, 3.7634522583281193`*^9}, {3.7634524718043633`*^9, 3.763452486887167*^9}, {3.763456180214618*^9, 3.763456181930592*^9}, { 3.7634562937688684`*^9, 3.763456294902851*^9}, {3.7634563544577*^9, 3.7634564144155536`*^9}}, CellLabel->"In[33]:=",ExpressionUUID->"6e1f8c79-c840-4137-8cde-7b887c0fba49"], Cell[CellGroupData[{ Cell[BoxData["\<\"n valor quadratura\"\>"], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641534953*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"fda25c52-dda0-47d1-b055-d2b9b6f5a207"], Cell[BoxData[ InterpretationBox[ RowBox[{ "1", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.09439510239319549230842892218633613323`10."}], SequenceForm[1, " ", 2.09439510239319549230842892218633613323`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641535553*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"886489b9-5567-4030-9ae8-a44dfd16d8c1"], Cell[BoxData[ InterpretationBox[ RowBox[{ "2", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00455975498442095541573422723348255305`10."}], SequenceForm[2, " ", 2.00455975498442095541573422723348255305`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641536153*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f4e9f8c1-fa84-4101-81ec-bb0b3f3e4069"], Cell[BoxData[ InterpretationBox[ RowBox[{ "3", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00086318967353627840364536733827625276`10."}], SequenceForm[3, " ", 2.00086318967353627840364536733827625276`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564153645296`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f1c2a5f7-c89b-4d3d-a455-2d57389139ed"], Cell[BoxData[ InterpretationBox[ RowBox[{ "4", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00026916994838777612960715016609652939`10."}], SequenceForm[4, " ", 2.00026916994838777612960715016609652939`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564153695297`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f382c71b-d5ea-48b3-963e-668be724eddd"], Cell[BoxData[ InterpretationBox[ RowBox[{ "5", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00010951731500431110132454965308918776`10."}], SequenceForm[5, " ", 2.00010951731500431110132454965308918776`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641537253*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4297d3fb-0b4c-485e-8172-977bd5c3bb8d"], Cell[BoxData[ InterpretationBox[ RowBox[{ "6", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00005262434118564829265110198105290978`10."}], SequenceForm[6, " ", 2.00005262434118564829265110198105290978`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564153765297`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4c7c2944-ef06-4258-a7b6-324a2fe09d3a"], Cell[BoxData[ InterpretationBox[ RowBox[{ "7", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00002834355146872087065283273035184212`10."}], SequenceForm[7, " ", 2.00002834355146872087065283273035184212`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415380529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"0155b4c5-e3f8-4d02-85ae-1fd55b14ff8d"], Cell[BoxData[ InterpretationBox[ RowBox[{ "8", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00001659104793550115586226199500925177`10."}], SequenceForm[8, " ", 2.00001659104793550115586226199500925177`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564153845315`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"a49206cb-ae1a-42d8-bce1-303c65ae965d"], Cell[BoxData[ InterpretationBox[ RowBox[{ "9", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00001034770577473739716478796359319208`10."}], SequenceForm[9, " ", 2.00001034770577473739716478796359319208`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641538853*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"49a293b6-aa04-465b-9e49-14519f6403b1"], Cell[BoxData[ InterpretationBox[ RowBox[{ "10", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000678444180110419027378171654841745`10."}], SequenceForm[10, " ", 2.00000678444180110419027378171654841745`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415391529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c5c79b78-15da-4329-a885-87781bab9821"], Cell[BoxData[ InterpretationBox[ RowBox[{ "11", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000463149847493583017885559063446188`10."}], SequenceForm[11, " ", 2.00000463149847493583017885559063446188`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564153945293`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"56ca56ad-0d1f-469a-9019-18361eb17ff9"], Cell[BoxData[ InterpretationBox[ RowBox[{ "12", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000032688771596634414690067303653043`10."}], SequenceForm[12, " ", 2.0000032688771596634414690067303653043`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415397529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"b7d7dff1-e89f-4395-960f-78f8d9c62e8e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "13", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000237256946441694857077700823693735`10."}], SequenceForm[13, " ", 2.00000237256946441694857077700823693735`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415401529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"ac77a3ea-4614-423d-b4f3-29899085b70b"], Cell[BoxData[ InterpretationBox[ RowBox[{ "14", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000176350254425489705334951374020916`10."}], SequenceForm[14, " ", 2.00000176350254425489705334951374020916`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415404529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"e0ac8fbe-818a-4a09-87e0-d3532a4a61fa"], Cell[BoxData[ InterpretationBox[ RowBox[{ "15", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000133794794936914083530926982149479`10."}], SequenceForm[15, " ", 2.00000133794794936914083530926982149479`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415407529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"6d5d1996-85b3-47e0-a4d7-5c301fdd9629"], Cell[BoxData[ InterpretationBox[ RowBox[{ "16", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000103336941299248551391545624785635`10."}], SequenceForm[16, " ", 2.00000103336941299248551391545624785635`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415410529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"d51b2398-13ce-4aa4-8842-1102ec28c1f5"], Cell[BoxData[ InterpretationBox[ RowBox[{ "17", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000081074242475704940219696505348009`10."}], SequenceForm[17, " ", 2.00000081074242475704940219696505348009`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415414529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"472703a2-a11c-41e7-b845-0bcb3890edca"], Cell[BoxData[ InterpretationBox[ RowBox[{ "18", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000064497197728546546223443488758179`10."}], SequenceForm[18, " ", 2.00000064497197728546546223443488758179`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415417529*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f4cda977-3498-4873-a00a-4785e04fd5f2"], Cell[BoxData[ InterpretationBox[ RowBox[{ "19", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000051948867133021200238822396099312`10."}], SequenceForm[19, " ", 2.00000051948867133021200238822396099312`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154215283`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"e03a2c2e-cb76-439d-9d72-9d037ed2a103"], Cell[BoxData[ InterpretationBox[ RowBox[{ "20", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000042309318284063971062699496880139`10."}], SequenceForm[20, " ", 2.00000042309318284063971062699496880139`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415424528*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"85b39bfe-912c-4427-9617-51c13d57f343"], Cell[BoxData[ InterpretationBox[ RowBox[{ "21", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000034805603241247697188639712141534`10."}], SequenceForm[21, " ", 2.00000034805603241247697188639712141534`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154275284`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4437b836-a0ef-49d1-8c16-d12f0b7a5225"], Cell[BoxData[ InterpretationBox[ RowBox[{ "22", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000028894149039900097395258207288113`10."}], SequenceForm[22, " ", 2.00000028894149039900097395258207288113`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415431528*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f7062aa3-0a96-49fb-8cf2-4f25e05f180e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "23", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000024186156393599364499894847927893`10."}], SequenceForm[23, " ", 2.00000024186156393599364499894847927893`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154345293`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"a8c3ebef-9e70-4a10-a3c4-24f4d3493f6e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "24", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000020399219389232211371509557009012`10."}], SequenceForm[24, " ", 2.00000020399219389232211371509557009012`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154375277`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"24a7edc8-40ef-4820-ba63-6332f6631c38"], Cell[BoxData[ InterpretationBox[ RowBox[{ "25", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000017325313858935902057406200666641`10."}], SequenceForm[25, " ", 2.00000017325313858935902057406200666641`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154405284`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"0ca25403-424f-48e8-b3d9-8af001a84b21"], Cell[BoxData[ InterpretationBox[ RowBox[{ "26", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000001480922561364782483829750323093`10."}], SequenceForm[26, " ", 2.0000001480922561364782483829750323093`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415443528*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"83a4f335-af32-43d2-b1af-54cbff8548f3"], Cell[BoxData[ InterpretationBox[ RowBox[{ "27", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000012733768807364209657962241619616`10."}], SequenceForm[27, " ", 2.00000012733768807364209657962241619616`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415447527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"889347b1-a07d-4092-a947-61544b47840e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "28", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000011009500411015395226486344024875`10."}], SequenceForm[28, " ", 2.00000011009500411015395226486344024875`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154505286`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"348b082d-d7eb-4b1a-9f73-447060f4230e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "29", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000009567461306140016943802824090635`10."}], SequenceForm[29, " ", 2.00000009567461306140016943802824090635`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415454528*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"355426b8-d303-4652-b09a-ac181fbcf918"], Cell[BoxData[ InterpretationBox[ RowBox[{ "30", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000008353985953275155964458182869146`10."}], SequenceForm[30, " ", 2.00000008353985953275155964458182869146`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415457527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5cb4bd1e-53c2-4d40-b49c-3e75a8480018"], Cell[BoxData[ InterpretationBox[ RowBox[{ "31", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000007326945899690575153681839432604`10."}], SequenceForm[31, " ", 2.00000007326945899690575153681839432604`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154605284`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"7a1228ef-5ce5-4841-b282-effb7e04c4f8"], Cell[BoxData[ InterpretationBox[ RowBox[{ "32", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000006453000191899945712323924570892`10."}], SequenceForm[32, " ", 2.00000006453000191899945712323924570892`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154635286`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"62afb672-fe1b-41d3-9e48-46f61ade32df"], Cell[BoxData[ InterpretationBox[ RowBox[{ "33", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000005705561544932179270979368852332`10."}], SequenceForm[33, " ", 2.00000005705561544932179270979368852332`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154675274`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c00a57a2-66f7-4403-aeae-b5793a949407"], Cell[BoxData[ InterpretationBox[ RowBox[{ "34", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000005063277089405007065588580632376`10."}], SequenceForm[34, " ", 2.00000005063277089405007065588580632376`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154705276`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"2e5f5277-9a03-428e-b899-3c8877931bba"], Cell[BoxData[ InterpretationBox[ RowBox[{ "35", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000004508883027494268013093633688356`10."}], SequenceForm[35, " ", 2.00000004508883027494268013093633688356`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154745283`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"0a35b41a-a910-40db-82e0-ad2dd1848824"], Cell[BoxData[ InterpretationBox[ RowBox[{ "36", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000004028333674583736713836090433805`10."}], SequenceForm[36, " ", 2.00000004028333674583736713836090433805`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154775267`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4a9f85c3-88d4-41d2-b387-818ff24cd726"], Cell[BoxData[ InterpretationBox[ RowBox[{ "37", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000003610133765711513846036677263016`10."}], SequenceForm[37, " ", 2.00000003610133765711513846036677263016`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154805284`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5eb7cef1-9f3d-4770-868f-e349367c0be0"], Cell[BoxData[ InterpretationBox[ RowBox[{ "38", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000003244822637532372666803025603927`10."}], SequenceForm[38, " ", 2.00000003244822637532372666803025603927`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154845276`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"0e3cdf7e-acf6-424e-ab78-9bb4abd41007"], Cell[BoxData[ InterpretationBox[ RowBox[{ "39", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000002924572880583431195177113950432`10."}], SequenceForm[39, " ", 2.00000002924572880583431195177113950432`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154875274`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"7f0d2cfe-9316-4024-9eab-f1832f398762"], Cell[BoxData[ InterpretationBox[ RowBox[{ "40", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000002642875892511411218588362734443`10."}], SequenceForm[40, " ", 2.00000002642875892511411218588362734443`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564154915276`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4edefa0d-b66d-4b91-a97d-6de84e2fedaf"], Cell[BoxData[ InterpretationBox[ RowBox[{ "41", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000002394293935796880281835645299244`10."}], SequenceForm[41, " ", 2.00000002394293935796880281835645299244`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415494528*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5ce2c389-3d46-48f5-994b-5a3dce0ce976"], Cell[BoxData[ InterpretationBox[ RowBox[{ "42", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000002174263421731748023838265610924`10."}], SequenceForm[42, " ", 2.00000002174263421731748023838265610924`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415497526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"b6e251f2-9b21-4666-8618-8f493fcad476"], Cell[BoxData[ InterpretationBox[ RowBox[{ "43", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001978937936205429671842060280706`10."}], SequenceForm[43, " ", 2.00000001978937936205429671842060280706`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155005274`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"08fd2e69-04df-43e6-86f0-a1d507435ab7"], Cell[BoxData[ InterpretationBox[ RowBox[{ "44", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001805062274010315197318761362719`10."}], SequenceForm[44, " ", 2.00000001805062274010315197318761362719`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415504527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"76b79ce5-d20e-4519-8494-b38d116a377c"], Cell[BoxData[ InterpretationBox[ RowBox[{ "45", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001649870829425220302805601151152`10."}], SequenceForm[45, " ", 2.00000001649870829425220302805601151152`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155075274`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"ec186970-7ee3-45b8-830e-1efca721e104"], Cell[BoxData[ InterpretationBox[ RowBox[{ "46", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001511005213838427813260002512572`10."}], SequenceForm[46, " ", 2.00000001511005213838427813260002512572`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155105267`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"19ac0c4e-9832-40b9-a654-843106750cb0"], Cell[BoxData[ InterpretationBox[ RowBox[{ "47", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001386447150420324194830191903561`10."}], SequenceForm[47, " ", 2.00000001386447150420324194830191903561`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155135264`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"1b17be92-56f4-44dc-82ad-6cc4c93c5365"], Cell[BoxData[ InterpretationBox[ RowBox[{ "48", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001274463552990780056073101582957`10."}], SequenceForm[48, " ", 2.00000001274463552990780056073101582957`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415517527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"77325030-e241-470b-a8d3-052f95c97867"], Cell[BoxData[ InterpretationBox[ RowBox[{ "49", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001173561389384319442789106208954`10."}], SequenceForm[49, " ", 2.00000001173561389384319442789106208954`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415520527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"dd7a492b-880c-4e60-a9e8-21f6bc420a19"], Cell[BoxData[ InterpretationBox[ RowBox[{ "50", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001082450414773731126925815917362`10."}], SequenceForm[50, " ", 2.00000001082450414773731126925815917362`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155245266`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c8017f82-aac0-4b9c-b12e-053f8064a151"], Cell[BoxData[ InterpretationBox[ RowBox[{ "51", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000001000012301635701087392369863445`10."}], SequenceForm[51, " ", 2.00000001000012301635701087392369863445`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415527526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5f63c032-cb8c-4d8f-898f-8b1ceaf6f2c0"], Cell[BoxData[ InterpretationBox[ RowBox[{ "52", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000925274948227900111186335565876`10."}], SequenceForm[52, " ", 2.00000000925274948227900111186335565876`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415530526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"a84e33c7-e8ff-4f8a-901c-bdfa4085122e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "53", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000857391031606330352651884522601`10."}], SequenceForm[53, " ", 2.00000000857391031606330352651884522601`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155345263`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4c4d6d7f-13e3-44cf-ac62-8f65763a196f"], Cell[BoxData[ InterpretationBox[ RowBox[{ "54", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000795620031610659813807658595647`10."}], SequenceForm[54, " ", 2.00000000795620031610659813807658595647`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415537526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c8f29aa5-3748-4067-b48b-3ae3fe309c6b"], Cell[BoxData[ InterpretationBox[ RowBox[{ "55", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000739313120781880122277211797708`10."}], SequenceForm[55, " ", 2.00000000739313120781880122277211797708`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155405264`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"652a7aab-71b8-4f00-93d8-b12f3387c611"], Cell[BoxData[ InterpretationBox[ RowBox[{ "56", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000687900413996584989677741406591`10."}], SequenceForm[56, " ", 2.00000000687900413996584989677741406591`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415544526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"8749c7d3-3147-4a72-988d-bdae2778a8e3"], Cell[BoxData[ InterpretationBox[ RowBox[{ "57", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000640880181016775349864431983776`10."}], SequenceForm[57, " ", 2.00000000640880181016775349864431983776`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415547527*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"3ee553c0-30f9-4e0f-85ac-4b19c9060000"], Cell[BoxData[ InterpretationBox[ RowBox[{ "58", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000597809686100470506282918526993`10."}], SequenceForm[58, " ", 2.00000000597809686100470506282918526993`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155525265`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"60f93fd2-a0ec-45d1-9526-7ad58f72241e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "59", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000558297393767461865484527193304`10."}], SequenceForm[59, " ", 2.00000000558297393767461865484527193304`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415555526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"65984f4e-9a51-43b2-aec6-47821edbb243"], Cell[BoxData[ InterpretationBox[ RowBox[{ "60", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000521996310694938111404296175273`10."}], SequenceForm[60, " ", 2.00000000521996310694938111404296175273`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155585265`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"2e12d4c3-3892-4755-bba1-b2566fd50f53"], Cell[BoxData[ InterpretationBox[ RowBox[{ "61", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000000048859829053519812949275389386`10."}], SequenceForm[61, " ", 2.0000000048859829053519812949275389386`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155625253`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"436e92e6-0968-4ea5-bf50-236600e51c92"], Cell[BoxData[ InterpretationBox[ RowBox[{ "62", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000457829136703992426151893046093`10."}], SequenceForm[62, " ", 2.00000000457829136703992426151893046093`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415565526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"6d70e6ef-aea7-45df-8fc7-809b619bb54a"], Cell[BoxData[ InterpretationBox[ RowBox[{ "63", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000429444399233600972054900333727`10."}], SequenceForm[63, " ", 2.00000000429444399233600972054900333727`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155695257`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"261ce34f-7851-477d-88d4-018a7de85ec0"], Cell[BoxData[ InterpretationBox[ RowBox[{ "64", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000403225740487161842271065554607`10."}], SequenceForm[64, " ", 2.00000000403225740487161842271065554607`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155725255`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"9548a9a8-9889-4f9a-a84b-ae4687642f8e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "65", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000378977796853568299631390921419`10."}], SequenceForm[65, " ", 2.00000000378977796853568299631390921419`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155755253`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"a6bd1d9d-6ede-40d3-8cc7-9eb3e440af3d"], Cell[BoxData[ InterpretationBox[ RowBox[{ "66", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000356525455207339258059370893032`10."}], SequenceForm[66, " ", 2.00000000356525455207339258059370893032`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564155785255`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"bc0fc4e7-5174-43aa-9ab1-2c9e7f3d0f40"], Cell[BoxData[ InterpretationBox[ RowBox[{ "67", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000335711490859126980186623766525`10."}], SequenceForm[67, " ", 2.00000000335711490859126980186623766525`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415581526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"3ba47427-82c1-40b0-801f-a9819c7775ee"], Cell[BoxData[ InterpretationBox[ RowBox[{ "68", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000316394508229068637369635138043`10."}], SequenceForm[68, " ", 2.00000000316394508229068637369635138043`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415586526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"11021e29-2668-470a-a6ef-0913bd89f923"], Cell[BoxData[ InterpretationBox[ RowBox[{ "69", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000298447146521962715579259244642`10."}], SequenceForm[69, " ", 2.00000000298447146521962715579259244642`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156095257`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"d8c41abd-b73b-4631-8014-3048f4b58a66"], Cell[BoxData[ InterpretationBox[ RowBox[{ "70", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000281754508203514438454003619342`10."}], SequenceForm[70, " ", 2.00000000281754508203514438454003619342`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156145244`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c4a75eed-4eff-45c5-a51e-70934ed5d107"], Cell[BoxData[ InterpretationBox[ RowBox[{ "71", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000000026621278609682999668320578706`10."}], SequenceForm[71, " ", 2.0000000026621278609682999668320578706`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156185255`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"f539d230-aa8a-42fb-948f-1b7248b406ba"], Cell[BoxData[ InterpretationBox[ RowBox[{ "72", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000251728055358445869457323903312`10."}], SequenceForm[72, " ", 2.00000000251728055358445869457323903312`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415621526*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"9a50fb73-4fb8-45fd-88f9-b40f47388d5e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "73", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000238215215299153322396744960982`10."}], SequenceForm[73, " ", 2.00000000238215215299153322396744960982`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415637525*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"2e2e3376-0e45-40bf-b99d-a730386f299b"], Cell[BoxData[ InterpretationBox[ RowBox[{ "74", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000225597049947529582066107125412`10."}], SequenceForm[74, " ", 2.00000000225597049947529582066107125412`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156405244`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"391e29a6-f8de-46b7-aa0c-e2a9ce13e29b"], Cell[BoxData[ InterpretationBox[ RowBox[{ "75", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000213803408468823222299667316064`10."}], SequenceForm[75, " ", 2.00000000213803408468823222299667316064`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156565237`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"648bf3cf-04d3-431e-b7d1-13a88d56e502"], Cell[BoxData[ InterpretationBox[ RowBox[{ "76", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000202770473656764664793224266595`10."}], SequenceForm[76, " ", 2.00000000202770473656764664793224266595`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156605234`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"0a16a561-65f3-4383-ae9f-a8438ae82598"], Cell[BoxData[ InterpretationBox[ RowBox[{ "77", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000192440117980985925597833323564`10."}], SequenceForm[77, " ", 2.00000000192440117980985925597833323564`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156755233`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"7e25bc2d-89f9-4490-83b1-6e16020b187f"], Cell[BoxData[ InterpretationBox[ RowBox[{ "78", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000182759329572467938400710206525`10."}], SequenceForm[78, " ", 2.00000000182759329572467938400710206525`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415679524*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"c355c6c6-ac1d-4e91-b670-17c90faa509a"], Cell[BoxData[ InterpretationBox[ RowBox[{ "79", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000173679705623285773734515085762`10."}], SequenceForm[79, " ", 2.00000000173679705623285773734515085762`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156955233`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"03bee8de-3915-4bf7-9fd4-8f13cc0054f5"], Cell[BoxData[ InterpretationBox[ RowBox[{ "80", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000165156999145626680698897856643`10."}], SequenceForm[80, " ", 2.00000000165156999145626680698897856643`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564156985226`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"2a533b70-4c26-47bd-aeb7-5cf58a9850a3"], Cell[BoxData[ InterpretationBox[ RowBox[{ "81", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000157150717067390209319288289699`10."}], SequenceForm[81, " ", 2.00000000157150717067390209319288289699`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564157145233`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5c1060f7-539e-4873-8bad-80b549dfb9b3"], Cell[BoxData[ InterpretationBox[ RowBox[{ "82", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000149623759104945333473021635623`10."}], SequenceForm[82, " ", 2.00000000149623759104945333473021635623`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415718523*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"ec5e94a4-0357-45e0-be5c-f295560d017e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "83", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000142542098194075262344269319812`10."}], SequenceForm[83, " ", 2.00000000142542098194075262344269319812`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564157335224`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"b89094aa-ad86-4ac3-bae1-c8546f5d7017"], Cell[BoxData[ InterpretationBox[ RowBox[{ "84", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000135874491833068734167162740522`10."}], SequenceForm[84, " ", 2.00000000135874491833068734167162740522`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415737522*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"50a27eb5-af9c-44b9-975c-180783ef37f0"], Cell[BoxData[ InterpretationBox[ RowBox[{ "85", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000129592226867094051866600781227`10."}], SequenceForm[85, " ", 2.00000000129592226867094051866600781227`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564157535224`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"ff5fdb9d-7ef9-4474-99d6-c0377e4bbbde"], Cell[BoxData[ InterpretationBox[ RowBox[{ "86", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000123668884182506703370330849656`10."}], SequenceForm[86, " ", 2.00000000123668884182506703370330849656`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415756522*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"93d497d0-56cf-4d5f-8fd4-79d1278416b2"], Cell[BoxData[ InterpretationBox[ RowBox[{ "87", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000118080135429518017171445574473`10."}], SequenceForm[87, " ", 2.00000000118080135429518017171445574473`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415772522*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"8273be75-1acf-43e2-bde8-63c333eebc9f"], Cell[BoxData[ InterpretationBox[ RowBox[{ "88", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000112803554055166714526294398826`10."}], SequenceForm[88, " ", 2.00000000112803554055166714526294398826`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415788522*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4666a124-9c59-4eec-8da3-796634752acd"], Cell[BoxData[ InterpretationBox[ RowBox[{ "89", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000107818448353374649882232215866`10."}], SequenceForm[89, " ", 2.00000000107818448353374649882232215866`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564157925215`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5951cf08-5ed5-453b-801a-c1705d099c6a"], Cell[BoxData[ InterpretationBox[ RowBox[{ "90", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000103105708382210038287212147029`10."}], SequenceForm[90, " ", 2.00000000103105708382210038287212147029`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415807521*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"29668acf-831a-4782-a951-fa247f9b131b"], Cell[BoxData[ InterpretationBox[ RowBox[{ "91", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000098647670610367996982015866363`10."}], SequenceForm[91, " ", 2.00000000098647670610367996982015866363`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564158235216`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"e2e9aa64-e332-4855-8950-4ca5e791b15d"], Cell[BoxData[ InterpretationBox[ RowBox[{ "92", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000094427993351861974904229546914`10."}], SequenceForm[92, " ", 2.00000000094427993351861974904229546914`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564158275204`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"8187fa9d-4849-4b3e-be9c-2673e8953485"], Cell[BoxData[ InterpretationBox[ RowBox[{ "93", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000090431545727770816310363906367`10."}], SequenceForm[93, " ", 2.00000000090431545727770816310363906367`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415842521*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"47386a4d-dd27-406f-82a3-ac12ff600388"], Cell[BoxData[ InterpretationBox[ RowBox[{ "94", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000000008664430488117752679399187158`10."}], SequenceForm[94, " ", 2.0000000008664430488117752679399187158`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564158585205`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"9226a69e-46fa-4e6e-82cb-2f1682a97c3c"], Cell[BoxData[ InterpretationBox[ RowBox[{ "95", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.0000000008305326549694365800905846631`10."}], SequenceForm[95, " ", 2.0000000008305326549694365800905846631`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.76345641587352*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"d9d4059d-32ae-429e-802d-38e996fe8ed4"], Cell[BoxData[ InterpretationBox[ RowBox[{ "96", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000079646355288954675713327480101`10."}], SequenceForm[96, " ", 2.00000000079646355288954675713327480101`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415877519*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"df00e5a6-d9fd-430f-81f1-7d117a42fa68"], Cell[BoxData[ InterpretationBox[ RowBox[{ "97", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000076412361206223684387252267209`10."}], SequenceForm[97, " ", 2.00000000076412361206223684387252267209`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415892519*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"5b44c31f-6f68-47cb-8978-04b8a3c7d567"], Cell[BoxData[ InterpretationBox[ RowBox[{ "98", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000073340856746902420603460359257`10."}], SequenceForm[98, " ", 2.00000000073340856746902420603460359257`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564159085197`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"e4d2fe69-34e4-4afd-b486-604644355316"], Cell[BoxData[ InterpretationBox[ RowBox[{ "99", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000070422142918142099329392074502`10."}], SequenceForm[99, " ", 2.00000000070422142918142099329392074502`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.763456415911518*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"7cbd85fa-7c07-4475-ba6f-fd9d3778c07e"], Cell[BoxData[ InterpretationBox[ RowBox[{ "100", "\[InvisibleSpace]", "\<\" \"\>", "\[InvisibleSpace]", "2.00000000067647189025305041369107213666`10."}], SequenceForm[100, " ", 2.00000000067647189025305041369107213666`10.], Editable->False]], "Print", CellChangeTimes->{{3.7634520348557243`*^9, 3.763452051281621*^9}, 3.7634521461595707`*^9, {3.7634522626960645`*^9, 3.7634522780088663`*^9}, 3.763452349881938*^9, {3.7634524757493114`*^9, 3.763452487933161*^9}, 3.7634561825925727`*^9, {3.763456376232283*^9, 3.7634564159275193`*^9}}, CellLabel-> "During evaluation of \ In[33]:=",ExpressionUUID->"4ede83c4-2149-4d69-b319-379a11ba9aef"] }, Open ]] }, Open ]] }, WindowSize->{1366, 685}, WindowMargins->{{-8, Automatic}, {Automatic, -8}}, PrivateNotebookOptions->{"VersionedStylesheet"->{"Default.nb"[8.] -> False}}, Magnification:>1.5 Inherited, FrontEndVersion->"11.3 for Microsoft Windows (64-bit) (March 6, 2018)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[580, 22, 3544, 95, 658, "Input",ExpressionUUID->"6e1f8c79-c840-4137-8cde-7b887c0fba49"], Cell[CellGroupData[{ Cell[4149, 121, 450, 7, 34, "Print",ExpressionUUID->"fda25c52-dda0-47d1-b055-d2b9b6f5a207"], Cell[4602, 130, 658, 13, 34, "Print",ExpressionUUID->"886489b9-5567-4030-9ae8-a44dfd16d8c1"], Cell[5263, 145, 658, 13, 34, "Print",ExpressionUUID->"f4e9f8c1-fa84-4101-81ec-bb0b3f3e4069"], Cell[5924, 160, 661, 13, 34, "Print",ExpressionUUID->"f1c2a5f7-c89b-4d3d-a455-2d57389139ed"], Cell[6588, 175, 661, 13, 34, "Print",ExpressionUUID->"f382c71b-d5ea-48b3-963e-668be724eddd"], Cell[7252, 190, 658, 13, 34, "Print",ExpressionUUID->"4297d3fb-0b4c-485e-8172-977bd5c3bb8d"], Cell[7913, 205, 661, 13, 34, "Print",ExpressionUUID->"4c7c2944-ef06-4258-a7b6-324a2fe09d3a"], Cell[8577, 220, 659, 13, 34, "Print",ExpressionUUID->"0155b4c5-e3f8-4d02-85ae-1fd55b14ff8d"], Cell[9239, 235, 661, 13, 34, "Print",ExpressionUUID->"a49206cb-ae1a-42d8-bce1-303c65ae965d"], Cell[9903, 250, 658, 13, 34, "Print",ExpressionUUID->"49a293b6-aa04-465b-9e49-14519f6403b1"], Cell[10564, 265, 661, 13, 34, "Print",ExpressionUUID->"c5c79b78-15da-4329-a885-87781bab9821"], Cell[11228, 280, 663, 13, 34, "Print",ExpressionUUID->"56ca56ad-0d1f-469a-9019-18361eb17ff9"], Cell[11894, 295, 659, 13, 34, "Print",ExpressionUUID->"b7d7dff1-e89f-4395-960f-78f8d9c62e8e"], Cell[12556, 310, 661, 13, 34, "Print",ExpressionUUID->"ac77a3ea-4614-423d-b4f3-29899085b70b"], Cell[13220, 325, 661, 13, 34, "Print",ExpressionUUID->"e0ac8fbe-818a-4a09-87e0-d3532a4a61fa"], Cell[13884, 340, 661, 13, 34, "Print",ExpressionUUID->"6d5d1996-85b3-47e0-a4d7-5c301fdd9629"], Cell[14548, 355, 661, 13, 34, "Print",ExpressionUUID->"d51b2398-13ce-4aa4-8842-1102ec28c1f5"], Cell[15212, 370, 661, 13, 34, "Print",ExpressionUUID->"472703a2-a11c-41e7-b845-0bcb3890edca"], Cell[15876, 385, 661, 13, 34, "Print",ExpressionUUID->"f4cda977-3498-4873-a00a-4785e04fd5f2"], Cell[16540, 400, 663, 13, 34, "Print",ExpressionUUID->"e03a2c2e-cb76-439d-9d72-9d037ed2a103"], Cell[17206, 415, 661, 13, 34, "Print",ExpressionUUID->"85b39bfe-912c-4427-9617-51c13d57f343"], Cell[17870, 430, 663, 13, 34, "Print",ExpressionUUID->"4437b836-a0ef-49d1-8c16-d12f0b7a5225"], Cell[18536, 445, 661, 13, 34, "Print",ExpressionUUID->"f7062aa3-0a96-49fb-8cf2-4f25e05f180e"], Cell[19200, 460, 663, 13, 34, "Print",ExpressionUUID->"a8c3ebef-9e70-4a10-a3c4-24f4d3493f6e"], Cell[19866, 475, 663, 13, 34, "Print",ExpressionUUID->"24a7edc8-40ef-4820-ba63-6332f6631c38"], Cell[20532, 490, 663, 13, 34, "Print",ExpressionUUID->"0ca25403-424f-48e8-b3d9-8af001a84b21"], Cell[21198, 505, 659, 13, 34, "Print",ExpressionUUID->"83a4f335-af32-43d2-b1af-54cbff8548f3"], Cell[21860, 520, 661, 13, 34, "Print",ExpressionUUID->"889347b1-a07d-4092-a947-61544b47840e"], Cell[22524, 535, 663, 13, 34, "Print",ExpressionUUID->"348b082d-d7eb-4b1a-9f73-447060f4230e"], Cell[23190, 550, 661, 13, 34, "Print",ExpressionUUID->"355426b8-d303-4652-b09a-ac181fbcf918"], Cell[23854, 565, 661, 13, 34, "Print",ExpressionUUID->"5cb4bd1e-53c2-4d40-b49c-3e75a8480018"], Cell[24518, 580, 663, 13, 34, "Print",ExpressionUUID->"7a1228ef-5ce5-4841-b282-effb7e04c4f8"], Cell[25184, 595, 663, 13, 34, "Print",ExpressionUUID->"62afb672-fe1b-41d3-9e48-46f61ade32df"], Cell[25850, 610, 663, 13, 34, "Print",ExpressionUUID->"c00a57a2-66f7-4403-aeae-b5793a949407"], Cell[26516, 625, 663, 13, 34, "Print",ExpressionUUID->"2e5f5277-9a03-428e-b899-3c8877931bba"], Cell[27182, 640, 663, 13, 34, "Print",ExpressionUUID->"0a35b41a-a910-40db-82e0-ad2dd1848824"], Cell[27848, 655, 663, 13, 34, "Print",ExpressionUUID->"4a9f85c3-88d4-41d2-b387-818ff24cd726"], Cell[28514, 670, 663, 13, 34, "Print",ExpressionUUID->"5eb7cef1-9f3d-4770-868f-e349367c0be0"], Cell[29180, 685, 663, 13, 34, "Print",ExpressionUUID->"0e3cdf7e-acf6-424e-ab78-9bb4abd41007"], Cell[29846, 700, 663, 13, 34, "Print",ExpressionUUID->"7f0d2cfe-9316-4024-9eab-f1832f398762"], Cell[30512, 715, 663, 13, 34, "Print",ExpressionUUID->"4edefa0d-b66d-4b91-a97d-6de84e2fedaf"], Cell[31178, 730, 661, 13, 34, "Print",ExpressionUUID->"5ce2c389-3d46-48f5-994b-5a3dce0ce976"], Cell[31842, 745, 661, 13, 34, "Print",ExpressionUUID->"b6e251f2-9b21-4666-8618-8f493fcad476"], Cell[32506, 760, 663, 13, 34, "Print",ExpressionUUID->"08fd2e69-04df-43e6-86f0-a1d507435ab7"], Cell[33172, 775, 661, 13, 34, "Print",ExpressionUUID->"76b79ce5-d20e-4519-8494-b38d116a377c"], Cell[33836, 790, 663, 13, 34, "Print",ExpressionUUID->"ec186970-7ee3-45b8-830e-1efca721e104"], Cell[34502, 805, 663, 13, 34, "Print",ExpressionUUID->"19ac0c4e-9832-40b9-a654-843106750cb0"], Cell[35168, 820, 663, 13, 34, "Print",ExpressionUUID->"1b17be92-56f4-44dc-82ad-6cc4c93c5365"], Cell[35834, 835, 661, 13, 34, "Print",ExpressionUUID->"77325030-e241-470b-a8d3-052f95c97867"], Cell[36498, 850, 661, 13, 34, "Print",ExpressionUUID->"dd7a492b-880c-4e60-a9e8-21f6bc420a19"], Cell[37162, 865, 663, 13, 34, "Print",ExpressionUUID->"c8017f82-aac0-4b9c-b12e-053f8064a151"], Cell[37828, 880, 661, 13, 34, "Print",ExpressionUUID->"5f63c032-cb8c-4d8f-898f-8b1ceaf6f2c0"], Cell[38492, 895, 661, 13, 34, "Print",ExpressionUUID->"a84e33c7-e8ff-4f8a-901c-bdfa4085122e"], Cell[39156, 910, 663, 13, 34, "Print",ExpressionUUID->"4c4d6d7f-13e3-44cf-ac62-8f65763a196f"], Cell[39822, 925, 661, 13, 34, "Print",ExpressionUUID->"c8f29aa5-3748-4067-b48b-3ae3fe309c6b"], Cell[40486, 940, 663, 13, 34, "Print",ExpressionUUID->"652a7aab-71b8-4f00-93d8-b12f3387c611"], Cell[41152, 955, 661, 13, 34, "Print",ExpressionUUID->"8749c7d3-3147-4a72-988d-bdae2778a8e3"], Cell[41816, 970, 661, 13, 34, "Print",ExpressionUUID->"3ee553c0-30f9-4e0f-85ac-4b19c9060000"], Cell[42480, 985, 663, 13, 34, "Print",ExpressionUUID->"60f93fd2-a0ec-45d1-9526-7ad58f72241e"], Cell[43146, 1000, 661, 13, 34, "Print",ExpressionUUID->"65984f4e-9a51-43b2-aec6-47821edbb243"], Cell[43810, 1015, 663, 13, 34, "Print",ExpressionUUID->"2e12d4c3-3892-4755-bba1-b2566fd50f53"], Cell[44476, 1030, 661, 13, 34, "Print",ExpressionUUID->"436e92e6-0968-4ea5-bf50-236600e51c92"], Cell[45140, 1045, 661, 13, 34, "Print",ExpressionUUID->"6d70e6ef-aea7-45df-8fc7-809b619bb54a"], Cell[45804, 1060, 663, 13, 34, "Print",ExpressionUUID->"261ce34f-7851-477d-88d4-018a7de85ec0"], Cell[46470, 1075, 663, 13, 34, "Print",ExpressionUUID->"9548a9a8-9889-4f9a-a84b-ae4687642f8e"], Cell[47136, 1090, 663, 13, 34, "Print",ExpressionUUID->"a6bd1d9d-6ede-40d3-8cc7-9eb3e440af3d"], Cell[47802, 1105, 663, 13, 34, "Print",ExpressionUUID->"bc0fc4e7-5174-43aa-9ab1-2c9e7f3d0f40"], Cell[48468, 1120, 661, 13, 34, "Print",ExpressionUUID->"3ba47427-82c1-40b0-801f-a9819c7775ee"], Cell[49132, 1135, 661, 13, 34, "Print",ExpressionUUID->"11021e29-2668-470a-a6ef-0913bd89f923"], Cell[49796, 1150, 663, 13, 34, "Print",ExpressionUUID->"d8c41abd-b73b-4631-8014-3048f4b58a66"], Cell[50462, 1165, 663, 13, 34, "Print",ExpressionUUID->"c4a75eed-4eff-45c5-a51e-70934ed5d107"], Cell[51128, 1180, 661, 13, 34, "Print",ExpressionUUID->"f539d230-aa8a-42fb-948f-1b7248b406ba"], Cell[51792, 1195, 661, 13, 34, "Print",ExpressionUUID->"9a50fb73-4fb8-45fd-88f9-b40f47388d5e"], Cell[52456, 1210, 661, 13, 34, "Print",ExpressionUUID->"2e2e3376-0e45-40bf-b99d-a730386f299b"], Cell[53120, 1225, 663, 13, 34, "Print",ExpressionUUID->"391e29a6-f8de-46b7-aa0c-e2a9ce13e29b"], Cell[53786, 1240, 663, 13, 34, "Print",ExpressionUUID->"648bf3cf-04d3-431e-b7d1-13a88d56e502"], Cell[54452, 1255, 663, 13, 34, "Print",ExpressionUUID->"0a16a561-65f3-4383-ae9f-a8438ae82598"], Cell[55118, 1270, 663, 13, 34, "Print",ExpressionUUID->"7e25bc2d-89f9-4490-83b1-6e16020b187f"], Cell[55784, 1285, 661, 13, 34, "Print",ExpressionUUID->"c355c6c6-ac1d-4e91-b670-17c90faa509a"], Cell[56448, 1300, 663, 13, 34, "Print",ExpressionUUID->"03bee8de-3915-4bf7-9fd4-8f13cc0054f5"], Cell[57114, 1315, 663, 13, 34, "Print",ExpressionUUID->"2a533b70-4c26-47bd-aeb7-5cf58a9850a3"], Cell[57780, 1330, 663, 13, 34, "Print",ExpressionUUID->"5c1060f7-539e-4873-8bad-80b549dfb9b3"], Cell[58446, 1345, 661, 13, 34, "Print",ExpressionUUID->"ec5e94a4-0357-45e0-be5c-f295560d017e"], Cell[59110, 1360, 663, 13, 34, "Print",ExpressionUUID->"b89094aa-ad86-4ac3-bae1-c8546f5d7017"], Cell[59776, 1375, 661, 13, 34, "Print",ExpressionUUID->"50a27eb5-af9c-44b9-975c-180783ef37f0"], Cell[60440, 1390, 663, 13, 34, "Print",ExpressionUUID->"ff5fdb9d-7ef9-4474-99d6-c0377e4bbbde"], Cell[61106, 1405, 661, 13, 34, "Print",ExpressionUUID->"93d497d0-56cf-4d5f-8fd4-79d1278416b2"], Cell[61770, 1420, 661, 13, 34, "Print",ExpressionUUID->"8273be75-1acf-43e2-bde8-63c333eebc9f"], Cell[62434, 1435, 661, 13, 34, "Print",ExpressionUUID->"4666a124-9c59-4eec-8da3-796634752acd"], Cell[63098, 1450, 663, 13, 34, "Print",ExpressionUUID->"5951cf08-5ed5-453b-801a-c1705d099c6a"], Cell[63764, 1465, 661, 13, 34, "Print",ExpressionUUID->"29668acf-831a-4782-a951-fa247f9b131b"], Cell[64428, 1480, 663, 13, 34, "Print",ExpressionUUID->"e2e9aa64-e332-4855-8950-4ca5e791b15d"], Cell[65094, 1495, 663, 13, 34, "Print",ExpressionUUID->"8187fa9d-4849-4b3e-be9c-2673e8953485"], Cell[65760, 1510, 661, 13, 34, "Print",ExpressionUUID->"47386a4d-dd27-406f-82a3-ac12ff600388"], Cell[66424, 1525, 661, 13, 34, "Print",ExpressionUUID->"9226a69e-46fa-4e6e-82cb-2f1682a97c3c"], Cell[67088, 1540, 658, 13, 34, "Print",ExpressionUUID->"d9d4059d-32ae-429e-802d-38e996fe8ed4"], Cell[67749, 1555, 661, 13, 34, "Print",ExpressionUUID->"df00e5a6-d9fd-430f-81f1-7d117a42fa68"], Cell[68413, 1570, 661, 13, 34, "Print",ExpressionUUID->"5b44c31f-6f68-47cb-8978-04b8a3c7d567"], Cell[69077, 1585, 663, 13, 34, "Print",ExpressionUUID->"e4d2fe69-34e4-4afd-b486-604644355316"], Cell[69743, 1600, 661, 13, 34, "Print",ExpressionUUID->"7cbd85fa-7c07-4475-ba6f-fd9d3778c07e"], Cell[70407, 1615, 665, 13, 34, "Print",ExpressionUUID->"4ede83c4-2149-4d69-b319-379a11ba9aef"] }, Open ]] }, Open ]] } ] *)